@CHARSET "UTF-8";

/* Header */
.header {
	width: 100%;
	background-color: #fff;
}
.header.topheader {
    width: 100%;
    height: 140px;
    line-height: 140px;
    color: #ffffff;
    position: relative;
    z-index: 3;
}
.header .banner {
	margin: 5px 0;
}
.header .banner img {
	width: 120px;
	height: 120px;
}
.header > .navigation {
    height: 140px;
    line-height: 140px;
}
.navbar {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}
.nav a {
	color: #000000;
	font-size: 16px;
    text-align: center;
    margin-left: 0;
	border-bottom: 5px solid #ffffff;
	margin-top: 45px;
}
.nav > li > a:hover, .nav > li > a:focus {
	color: #e67817;
    font-weight: bold;
	background-color: #ffffff;
	border-bottom: 5px solid #e67817;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	color: #e67817;
	background-color: #ffffff;
	border-bottom: 2px solid #e67817;
}

.topbanner {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    margin-top: -42px;
}

.wrap_slider {
    width: 100%;
}
/* MainContainer */
.container.main {
	background-color: #fff;
    /*margin-top: 185px;
	/*border: 1px solid #efefef;*/
}
/* Column*/
.column {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
}
.column-header {
	width: 100%;
	line-height: 40px;
}
.column-title {
	width: 100%;
	color: #666;
	font-size: 50px;
    text-align: center;
}
.column-title > .divider {
	width: 450px;
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	background: url("../img/divider.png") no-repeat center;
}
.column-title > .subtitle {
    font-size: 18px;
    color: #666666;
}
.column-breadcrumb {
	color: #000;
	font-size: 14px;
	padding-left: 5px;
    line-height: 40px;
    width: 100%;
}
.column-breadcrumb a {
	color: #000;
}
.column-breadcrumb span {
	margin-left: 15px;
	margin-right: 15px;
}
.column-more {
	font-size: 28px;
	float: right;
	margin-right: 20px;
	display: inline-block;
}
.column-more a {
	color: #fff;
}
.column-body {
	margin-top: 10px;
	/*padding-left: 15px;
	padding-right: 15px;*/
}
.column-body p {
    text-indent: 2em;
    line-height: 25px;
}
.list-group-item.active, .list-group-item.active:hover {
    background-color: #33b986;
}
/* Home Advantage */
#introduction p {
	text-indent: 2em;
    margin: 0px;
}

/* Home News */
.news-header {
	padding-left: 50px;
}
.news-header > .nav > li > a:hover, .news-header > .nav > li > a:focus {
	background-color: #8fc31f;
	color: #fff;
}
.news-header > .nav-pills > li.active > a, .news-header > .nav-pills > li.active > a:hover, .news-header > .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #8fc31f;
}
.news-header > .nav-pills > li+li {
	margin-left: 5px;
}
.news-body {
	margin-top: 15px;
	height: 493px;
}
.news-body ul {
}
.news-body ul > li {
	width: 100%;
	margin-bottom: 20px;
}
.news-body ul > li:hover {
	background-color: #fbfbfb;
}
.news-body ul > li a {
	display: block;
}
.news-body ul > li img {
	display: inline-block;
	width: 100px;
	height: 80px;
}
.news-body ul > li img:hover {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.news-body ul > li > a > span {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.news-body ul > li > a > span.title {
	width: 310px;
	height: 80px;
	font-size: 18px;
	margin-left: 10px;
	border-bottom: 3px solid #cb1a2c;
}
.news-body ul > li + li > a > span.title {
	border-bottom: 3px solid #1ea5dd;
}
.news-body ul > li > a > span.title > span.description {
	font-size: 14px;
	color: #666;
	display: block;
	padding-right: 3px;
	margin-top: 6px;
}
.news-body ul > li > a > span.date {
	width: 100px;
	height: 80px;
	margin-left: -5px;
	background-color: #cb1a2c;
	color: #fff;
	text-align: center;
}
.news-body ul > li + li> a > span.date {
	background-color: #1ea5dd;
}
.news-body ul > li > a > span.date > span.d {
	display: block;
	font-size: 30px;
	height: 50px;
	padding-top: 10px;
}
.news-body ul > li > a > span.date > span.ym {
	display: block;
	font-size: 18px;
	height: 30px;
}
/* Home Partner */
.partner {
    margin-bottom: 15px;
}
/* Home Link */
.flink .title {
	font-size: 18px;
	margin: 20px 0;
}
.flink a {
	display: inline-block;
	margin-right: 15px;
	line-height: 2em;
}

/* Footer */
.footer {
	width: 100%;
    height: 350px;
	padding-top: 20px;
	background-color: #1D2026;
	color: #fff;
	line-height: 30px;
    margin-top: 30px;
}
.footer a {
	color: #c3c3c3;
}
.footer #info {
    color: #fff;
}
.footer #info .navigation .navbar-nav {
}
.footer #info .navigation a {
	background-color: transparent;
	border: none;
	margin-bottom: 20px;
	margin-right: 20px;
}
.footer #info .info-title {
    font-size: 20px;
    line-height: 50px;
}
.footer #info .info-text {
	line-height: 30px;
	color: #c3c3c3;
}
.footer #info .info-text span {
    line-height: 30px;
    color: #c3c3c3;
}
.footer #info .info-qrcode {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
}
.footer #info .info-contact #subscribe input[type="text"] {
	background-color: #eee;
}
.footer #copyright {
	text-align: center;
}

/* Page-Common */
.page-content {
	line-height: 2em;
}
.page-content p {
	text-indent: 2em;
}

/* Page-Article */
#article-list {
}
#article-list ul > li {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px silver solid;
}
#article-list ul > li:hover {
	background-color: #fafafa;
}
#article-list ul > li img {
	display: inline-block;
	width: 200px;
	height: 150px;
}
#article-list ul > li img:hover {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#article-list ul > li > span.info {
	width: 1000px;
	height: 150px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-left: 40px;
	/*border-bottom: 3px solid #cb1a2c;*/
}
#article-list ul > li > span.info > span.title {
	width: 100%;
    display: block;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow : ellipsis;
}
#article-list ul > li > span.info > span.title a:hover {
	/*background-color: #1ea5dd;
	color: #fff;*/
	text-decoration: underline;
}
#article-list ul > li > span.info > span.attribute {
    width: 100%;
    display: block;
}
#article-list ul > li + li > span.info {
	/*border-bottom: 3px solid #1ea5dd;*/
}
#article-list ul > li > span.info > span.description {
	font-size: 14px;
	color: #666;
	display: block;
}
#article-list ul > li > span.info > span.tag {
	width: 525px;
	font-size: 14px;
	color: #666;
	display: inline-block;
}
#article-list ul > li > span.info > span.tag a {
	display: inline-block;
	padding: 0px 4px;
}
#article-list ul > li > span.info > span.tag a:hover {
	background-color: #1ea5dd;
	color: #fff;
	text-decoration: none;
}
#article-list ul > li > span.info > span.date {
	width: 90px;
	display: inline-block;
	text-align: right;
	float: right;
	font-size: 14px;
}

#article-recommend {

}
#article-recommend .title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: url("../img/textBg_transparency.png");
    position:relative;
    margin-top: -25px;
    z-index: 10;
    text-align: center;
	white-space: nowrap;
	text-overflow : ellipsis;
}
#article-recommend .title a {
    color: #fff;
}

#article-content {
	font-size: 16px;
}
#article-content #article-attr {
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;
}
#article-content #article-attr > span {
	margin: 0px 10px;
}
#article-content #article-pager {
	width: 100%;
	margin: 25px 0px 20px;
	padding-top: 25px;
	border-top: 1px solid silver;
}
#article-content #article-pager > #article-pager-pre, #article-content #article-pager > #article-pager-next {
	display: inline-block;
	width: 400px;
	font-size: 16px;
}
#article-content #article-extra #article-extra-tag {
	margin: 10px 0px;
}
#article-content #article-extra #article-extra-tag > a {
	font-size: 14px;
	margin: 0px 5px;
}
#article-content #article-extra #article-extra-sns {
	margin: 10px 0px;
}

.article-sidebar {
    border: 1px solid #eee;
}
.article-sidebar ul {
    padding: 0 10px;
}
.article-sidebar ul li {
    list-style: disc inside;
    line-height: 30px;
}
.article-sidebar ul li span {
    float: right;
    color: #ff5500;
}
.article-sidebar-header {
    width: 100%;
    color: #fff;
    padding-left: 15px;
    background: #1ea5dd;
}


/* Page-Image 列表页为图片列表的栏目 */
#image-list {
}
#image-list .col-xs-3, #image-list .col-xs-4 {
    margin-bottom: 10px;
}
#image-list .title {
    text-align: center;
}

/* 首页特色服务样式 */
.index-service-item {
	margin-bottom: 30px;;
}
.index-service-item span.title {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 20px;
	display: block;
}
.index-service-item span.link {
	width: 100%;
	margin-top: 20px;
	display: block;
}
.index-service-item span.link a {
	width: 100%;
	margin-top: 10px;
	display: block;
}

/* 首页新闻列表样式 */
.index-article-list {
}
.index-article-list ul > li {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px silver solid;
}
.index-article-list ul > li:hover {
	background-color: #fafafa;
}
.index-article-list ul > li img {
	display: inline-block;
	width: 200px;
	height: 150px;
}
.index-article-list ul > li img:hover {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.index-article-list ul > li > span.info {
	width: 390px;
	height: 140px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
	/*border-bottom: 3px solid #cb1a2c;*/
}
.index-article-list ul > li > span.info > span.title {
	width: 100%;
	height: 70px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-overflow : ellipsis;
}
.index-article-list ul > li > span.info > span.title a {
	width: 100%;
	text-overflow : ellipsis;
}
.index-article-list ul > li > span.info > span.title a:hover {
	text-decoration: underline;
}
.index-article-list ul > li > span.info > span.attribute {
	width: 100%;
	margin-top: 50px;
	display: block;
}
.index-article-list ul > li > span.info > span.description {
	height: 77px;
	font-size: 14px;
	color: #666;
	display: block;
}

/* 首页专家团队样式 */
.index-team-list {
	margin-left: -15px;
	margin-right: -15px;
}
.index-team-list ul {
}
.index-team-list ul > li {
	width: 25%;
	display: inline-block;
	padding: 0 15px;
}
.index-team-list ul > li:hover {
}
.index-team-list ul > li img {
	display: block;
}
.index-team-list ul > li img:hover {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.index-team-list ul > li > span.info {
	width: 100%;
	height: 120px;
	padding: 10px;
	display: block;
	text-align: left;
	background: #000;
}
.index-team-list ul > li > span.info:hover {
	filter: Alpha(Opacity=900);
	-moz-opacity: .9;
	opacity: .9;
}
.index-team-list ul > li > span.info > span.title {
	width: 100%;
	height: 30px;
	display: block;
	font-size: 20px;
	color: #ffffff;
}
.index-team-list ul > li > span.info > span.title a {
	color: #ffffff;
}
.index-team-list ul > li > span.info > span.title a:hover {
	text-decoration: underline;
}
.index-team-list ul > li > span.info > span.description {
	width: 100%;
	height: 70px;
	font-size: 14px;
	color: #ffffff;
	display: block;
}